net.ipv6ZoneCache.toIndex (field)

6 uses

	net (current package)
		interface.go#L184: 	toIndex      map[string]int // interface name to its index
		interface.go#L189: 	toIndex: make(map[string]int),
		interface.go#L210: 	zc.toIndex = make(map[string]int, len(ift))
		interface.go#L213: 		zc.toIndex[ifi.Name] = ifi.Index
		interface.go#L247: 	index, ok := zoneCache.toIndex[name]
		interface.go#L252: 		index, ok = zoneCache.toIndex[name]